[INFO] cloning repository https://github.com/arashm-gh/simple_map_builder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arashm-gh/simple_map_builder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farashm-gh%2Fsimple_map_builder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farashm-gh%2Fsimple_map_builder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78c256ce8655157bb29387b0fc0ae3aac60539a6
[INFO] checking arashm-gh/simple_map_builder against master#cb40c25f6aebb637163d26bf76a680ed6e5d1eda for pr-156157-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farashm-gh%2Fsimple_map_builder" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/arashm-gh/simple_map_builder
[INFO] finished tweaking git repo https://github.com/arashm-gh/simple_map_builder
[INFO] tweaked toml for git repo https://github.com/arashm-gh/simple_map_builder written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/arashm-gh/simple_map_builder on toolchain cb40c25f6aebb637163d26bf76a680ed6e5d1eda
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb40c25f6aebb637163d26bf76a680ed6e5d1eda" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/arashm-gh/simple_map_builder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb40c25f6aebb637163d26bf76a680ed6e5d1eda" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded raylib v5.5.1
[INFO] [stderr]   Downloaded raylib-sys v5.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cb40c25f6aebb637163d26bf76a680ed6e5d1eda" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b59bc00366d4da98bf866cc9257af1745ab2ebfa59b9bcf19a947d376d37f237
[INFO] running `Command { std: "docker" "start" "-a" "b59bc00366d4da98bf866cc9257af1745ab2ebfa59b9bcf19a947d376d37f237", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b59bc00366d4da98bf866cc9257af1745ab2ebfa59b9bcf19a947d376d37f237", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b59bc00366d4da98bf866cc9257af1745ab2ebfa59b9bcf19a947d376d37f237", kill_on_drop: false }`
[INFO] [stdout] b59bc00366d4da98bf866cc9257af1745ab2ebfa59b9bcf19a947d376d37f237
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cb40c25f6aebb637163d26bf76a680ed6e5d1eda" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b4f72533bd2d812c1e0c0b037d550751f8ab684259c0dd6ead443c317ee2a6c
[INFO] running `Command { std: "docker" "start" "-a" "8b4f72533bd2d812c1e0c0b037d550751f8ab684259c0dd6ead443c317ee2a6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling raylib-sys v5.5.1
[INFO] [stderr] error: failed to run custom build command for `raylib-sys v5.5.1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/raylib-sys-3d1d403ee2f42632/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=./binding/binding.h
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/raylib-sys-d270243a2eef1969/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/raylib-sys-5.5.1/./raylib" "-DCMAKE_BUILD_TYPE=Debug" "-DBUILD_EXAMPLES=OFF" "-DCMAKE_BUILD_TYPE=Debug" "-DSUPPORT_BUSY_WAIT_LOOP=OFF" "-DSUPPORT_FILEFORMAT_JPG=ON" "-DUSE_WAYLAND=ON" "-DUSE_EXTERNAL_GLFW=ON" "-DOPENGL_VERSION=OFF" "-DSUPPORT_SCREEN_CAPTURE=ON" "-DSUPPORT_GIF_RECORDING=ON" "-DPLATFORM=Desktop" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/raylib-sys-d270243a2eef1969/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc"
[INFO] [stderr]   -- The C compiler identification is GNU 13.3.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 13.3.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Performing Test COMPILER_HAS_THOSE_TOGGLES
[INFO] [stderr]   -- Performing Test COMPILER_HAS_THOSE_TOGGLES - Success
[INFO] [stderr]   -- Testing if -Werror=pointer-arith can be used -- compiles
[INFO] [stderr]   -- Testing if -Werror=implicit-function-declaration can be used -- compiles
[INFO] [stderr]   -- Testing if -fno-strict-aliasing can be used -- compiles
[INFO] [stderr]   -- Configuring incomplete, errors occurred!
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Error at cmake/GlfwImport.cmake:3 (find_package):
[INFO] [stderr]     By not providing "Findglfw3.cmake" in CMAKE_MODULE_PATH this project has
[INFO] [stderr]     asked CMake to find a package configuration file provided by "glfw3", but
[INFO] [stderr]     CMake did not find one.
[INFO] [stderr] 
[INFO] [stderr]     Could not find a package configuration file provided by "glfw3" (requested
[INFO] [stderr]     version 3.4) with any of the following names:
[INFO] [stderr] 
[INFO] [stderr]       glfw3Config.cmake
[INFO] [stderr]       glfw3-config.cmake
[INFO] [stderr] 
[INFO] [stderr]     Add the installation prefix of "glfw3" to CMAKE_PREFIX_PATH or set
[INFO] [stderr]     "glfw3_DIR" to a directory containing one of the above files.  If "glfw3"
[INFO] [stderr]     provides a separate development package or SDK, be sure it has been
[INFO] [stderr]     installed.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     src/CMakeLists.txt:43 (include)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (893) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.54/src/lib.rs:1119:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x60f03921c618 - std[1a06b3671abc66c]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x60f03921c618 - std[1a06b3671abc66c]::backtrace_rs::backtrace::trace_unsynchronized::<std[1a06b3671abc66c]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x60f03921c618 - std[1a06b3671abc66c]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x60f03921c618 - <<std[1a06b3671abc66c]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[29f87a600b2d8b00]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x60f0392348aa - <core[29f87a600b2d8b00]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x60f0392348aa - core[29f87a600b2d8b00]::fmt::write
[INFO] [stderr]      6:     0x60f039222992 - std[1a06b3671abc66c]::io::default_write_fmt::<std[1a06b3671abc66c]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/io/mod.rs:621:11
[INFO] [stderr]      7:     0x60f039222992 - <std[1a06b3671abc66c]::sys::stdio::unix::Stderr as std[1a06b3671abc66c]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]      8:     0x60f0391fb486 - <std[1a06b3671abc66c]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x60f0391fb486 - std[1a06b3671abc66c]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x60f039215851 - std[1a06b3671abc66c]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x60f039215acb - std[1a06b3671abc66c]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x60f0391fb542 - std[1a06b3671abc66c]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x60f0391f0559 - std[1a06b3671abc66c]::sys::backtrace::__rust_end_short_backtrace::<std[1a06b3671abc66c]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x60f0391fbf7d - __rustc[3f89f080aebf2474]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x60f0392350ec - core[29f87a600b2d8b00]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x60f038c441c7 - cmake[1ab673d65464672]::fail
[INFO] [stderr]     17:     0x60f038c43e53 - cmake[1ab673d65464672]::run
[INFO] [stderr]     18:     0x60f038c495dc - <cmake[1ab673d65464672]::Config>::build
[INFO] [stderr]     19:     0x60f038c30493 - build_script_build[f4906204e7a77666]::build_with_cmake
[INFO] [stderr]     20:     0x60f038c32499 - build_script_build[f4906204e7a77666]::main
[INFO] [stderr]     21:     0x60f038c35c33 - <fn() as core[29f87a600b2d8b00]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     22:     0x60f038c2ebe6 - std[1a06b3671abc66c]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     23:     0x60f038c2f1d9 - std[1a06b3671abc66c]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     24:     0x60f0392148b7 - <&dyn core[29f87a600b2d8b00]::ops::function::Fn<(), Output = i32> + core[29f87a600b2d8b00]::marker::Sync + core[29f87a600b2d8b00]::panic::unwind_safe::RefUnwindSafe as core[29f87a600b2d8b00]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     25:     0x60f0392148b7 - std[1a06b3671abc66c]::panicking::catch_unwind::do_call::<&dyn core[29f87a600b2d8b00]::ops::function::Fn<(), Output = i32> + core[29f87a600b2d8b00]::marker::Sync + core[29f87a600b2d8b00]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:581:40
[INFO] [stderr]     26:     0x60f0392148b7 - std[1a06b3671abc66c]::panicking::catch_unwind::<i32, &dyn core[29f87a600b2d8b00]::ops::function::Fn<(), Output = i32> + core[29f87a600b2d8b00]::marker::Sync + core[29f87a600b2d8b00]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:544:19
[INFO] [stderr]     27:     0x60f0392148b7 - std[1a06b3671abc66c]::panic::catch_unwind::<&dyn core[29f87a600b2d8b00]::ops::function::Fn<(), Output = i32> + core[29f87a600b2d8b00]::marker::Sync + core[29f87a600b2d8b00]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x60f0392148b7 - std[1a06b3671abc66c]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/rt.rs:175:24
[INFO] [stderr]     29:     0x60f0392148b7 - std[1a06b3671abc66c]::panicking::catch_unwind::do_call::<std[1a06b3671abc66c]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:581:40
[INFO] [stderr]     30:     0x60f0392148b7 - std[1a06b3671abc66c]::panicking::catch_unwind::<isize, std[1a06b3671abc66c]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panicking.rs:544:19
[INFO] [stderr]     31:     0x60f0392148b7 - std[1a06b3671abc66c]::panic::catch_unwind::<std[1a06b3671abc66c]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/panic.rs:359:14
[INFO] [stderr]     32:     0x60f0392148b7 - std[1a06b3671abc66c]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/cb40c25f6aebb637163d26bf76a680ed6e5d1eda/library/std/src/rt.rs:171:5
[INFO] [stderr]     33:     0x60f038c2ebd1 - std[1a06b3671abc66c]::rt::lang_start::<()>
[INFO] [stderr]     34:     0x60f038c36085 - main
[INFO] [stderr]     35:     0x7028f01fc1ca - <unknown>
[INFO] [stderr]     36:     0x7028f01fc28b - __libc_start_main
[INFO] [stderr]     37:     0x60f038c2bd35 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "8b4f72533bd2d812c1e0c0b037d550751f8ab684259c0dd6ead443c317ee2a6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b4f72533bd2d812c1e0c0b037d550751f8ab684259c0dd6ead443c317ee2a6c", kill_on_drop: false }`
[INFO] [stdout] 8b4f72533bd2d812c1e0c0b037d550751f8ab684259c0dd6ead443c317ee2a6c
